home *** CD-ROM | disk | FTP | other *** search
/ ZAM 4 / ZAM 4.adf / Articles / 12 < prev    next >
Text File  |  1994-03-08  |  2KB  |  63 lines

  1.  
  2. A programers special by the Bullet....
  3.  
  4.  
  5.                            CLI COMMANDS: part 1
  6.                            ~~~~~~~~~~~~
  7.  
  8. There are many CLI commands out in the PD world. Most of them have 
  9. documents but they get lost in the constant copying (hint). So I`ll take
  10. you through a couple of commands (not workbench commands, they are
  11. explained in your manual)
  12.  
  13. Begginers: CLI commands can be copied onto your custom disk. Then you
  14. name them in a file called the startup-sequence. They can then be used
  15. when you use your disk. Puzzled? I will be writing more articles for you,
  16. taken from my latest PD software creation `The begginers guide disk`.
  17.  
  18. COMMANDS:
  19.  
  20.  
  21. BIG/BIGCLI
  22. ~~~~~~~~~~
  23. This produces a maximum sized AmigaDos screen. To use in SS type BIG 
  24. or BIGCLI.
  25.  
  26. COLOUR/FUNKYCOLOURS
  27. ~~~~~~~~~~~~~~~~~~~
  28. This command makes the AmigaDos fonts,border and header multi coloured.
  29. Simply type COLOUR ? or FUNKYCOLOURS ? to find out how to use it.
  30.  
  31. CLS
  32. ~~~
  33. This one clears all previous visible messages on the AmigaDos screen.
  34. To use simply type its name.
  35.  
  36. ECHO
  37. ~~~~
  38. With this command you can show single line messages on the AmigaDos
  39. screen as it starts up. To use type ECHO "MY MESSAGE".
  40.  
  41. NEWTOPAZ
  42. ~~~~~~~~
  43. First you need Powerfont 8 (by Kefrens) to design your own font. Then
  44. you can use your font on the AmigaDos screen instead of the convensional
  45. topaz. To use this in your startup type NEWTOPAZ MYFONT
  46.  
  47. STARS
  48. ~~~~~
  49. This puts a white pixel starfield on your AmigaDos screen. To use in
  50. your startup, simply type STARS.
  51.  
  52. STRIPES
  53. ~~~~~~~
  54. This one can turn your AmigaDos backdground into any colour or 
  55. pattern you want. Simply type STRIPES ? to find out how to use it.
  56.  
  57. TBAR
  58. ~~~~
  59. With this command you can customise your AmigaDos Header. To use type
  60. TBAR MY SOFTWARE COMPANY IS THE VERY BEST FOR PUBLIC DOMAIN.
  61.  
  62. The Bullet
  63.